home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1094 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news.lpr.carel.fi!usenet
  2. From: aril@cmt.lpr.mail.carel.fi (Ari Lukumies)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Recommendation for C book on operating system please.
  5. Date: Thu, 11 Jan 1996 12:31:49 GMT
  6. Organization: Carelcomp Forest Oy
  7. Message-ID: <4d30c5$k5p@tahko.lpr.carel.fi>
  8. References: <DKznMs.8B@ecf.toronto.edu>
  9. NNTP-Posting-Host: renoir.cclahti.carel.fi
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. pham@ecf.toronto.edu (PHAM  Charles Tuan Cuong) wrote:
  13.  
  14.  
  15. >Hi,
  16.  
  17. >  Could someone pls recommend a good C book on operating system that covers
  18. >concurrent processes and multiple tasks management?
  19.  
  20. >  Note that: I am not looking for a regular C book but one that covers the
  21. >two items as indicated above.
  22.  
  23. >Thanks in advance,
  24.  
  25. >  Charles
  26.  
  27. One book worth of looking at is titled 'Operating Systems - Design And
  28. Implementation' by Andrew S. Tanenbaum (Prentice-Hall). It describes
  29. many different aspects of implementing (and designing) operating
  30. systems and offers source code (mostly in C, but some 200-300 lines in
  31. assembly) to major parts of an operating system called Minix, which is
  32. a Unix-like operating system running on a PC. A commercial version of
  33. Minix with full source code is also available from your well-prepared
  34. local dealer.
  35.  
  36.  Ari Lukumies
  37.  
  38. All my opinions are mine and mine alone.
  39.  
  40.